home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIMETA.PAK / RESOURCE.H < prev    next >
Text File  |  1997-05-06  |  2KB  |  38 lines

  1. #define IDS_APPNAME                     1
  2. #define IDS_DESCRIPTION                 2
  3. #define IDS_OPENFILTER                  3
  4. #define IDS_SAVEFILTER                  4
  5. #define IDS_DEFEXT                      5
  6. #define IDD_VERFIRST                    100
  7. #define IDI_APPICON                     101
  8. #define IDD_VERLAST                     104
  9. #define IDM_FILEMENU                    1000
  10. #define IDM_FILENEW                     1001
  11. #define IDM_FILEOPEN                    1002
  12. #define IDM_FILESAVE                    1003
  13. #define IDM_FILESAVEAS                  1004
  14. #define IDM_FILEPRINT                   1005
  15. #define IDM_FILEPRINTSU                 1006
  16. #define IDM_EXIT                        1007
  17. #define IDM_INFO                        1050
  18. #define IDM_EDITMENU                    1100
  19. #define IDM_EDITUNDO                    1101
  20. #define IDM_EDITCUT                     1102
  21. #define IDM_EDITCOPY                    1103
  22. #define IDM_EDITPASTE                   1104
  23. #define IDM_EDITCLEAR                   1105
  24. #define IDM_DRAWMENU                    1200
  25. #define IDM_PIXEL                       1201
  26. #define IDM_LINE                        1202
  27. #define IDM_RECT                        1203
  28. #define IDM_ELLIPSE                     1204
  29. #define IDM_BEZIER                      1205
  30. #define IDM_FILL                        1206
  31. #define IDM_NOFILL                      1207
  32. #define IDM_CREATEPEN                   1208
  33. #define IDM_CREATEBRUSH                 1209
  34. #define IDM_REFRESH                     1210
  35. #define IDM_HELPMENU                    1300
  36. #define IDM_ABOUT                       1301
  37.  
  38.